home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom23.dir / 00040_Script_40 < prev    next >
Text File  |  1995-02-20  |  194b  |  9 lines

  1. on enterFrame str
  2.  put "ji11" into str 
  3.   put FileIO(mNew,"?write","") into myObj
  4.   if objectp(myObj) then
  5.     myObj(mWriteString,str)
  6.     myObj(mDispose)
  7.   end if 
  8.   go to frame 450
  9. end